home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / selecting_with_keyboard_and_mouse.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  5.6 KB  |  141 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <meta name="GENERATOR" content="amaya 5.3, see http://www.w3.org/Amaya/" />
  8.   <title>Selecting with Keyboard and Mouse</title>
  9.   <style type="text/css">
  10.  </style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p><a href="../Selecting.html" accesskey="t"><img alt="top"
  22.         src="../../images/up.gif" /></a> <a href="selecting_images.html"
  23.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="page_body">
  30. <h1>Selecting with Keyboard and Mouse</h1>
  31.  
  32. <p>Many commands in Amaya act on the current selection. You can make a
  33. selection using the keyboard or the mouse, as described below.</p>
  34.  
  35. <p>No matter how you make the current selection, Amaya displays the type of
  36. the first selected element at the bottom of the window, followed by the types
  37. of the enclosing elements in the structure. This may be helpful when the
  38. document structure is complex.</p>
  39.  
  40. <p>For example, selecting a word in this sentence means that the status bar
  41. reads</p>
  42.  
  43. <p><samp>text \ p \ body \ html \ Document</samp></p>
  44.  
  45. <p>meaning that the thing selected is some text within a <code>p</code>
  46. element (which is within the body etc)</p>
  47.  
  48. <p>Selecting <strong>this structure element</strong> (for example click on
  49. the word structure, then press <kbd>esc</kbd>/<kbd>f2</kbd>) gives</p>
  50.  
  51. <p><samp>strong \ p \ body \ html \ Document</samp></p>
  52.  
  53. <h2>Selecting with the mouse</h2>
  54. <ul>
  55.   <li>To move the insertion point, click with the left mouse button.<br />
  56.   </li>
  57.   <li>To select some text, drag across a region: hold down the left mouse
  58.     button, move the mouse, and release the button when the desired text is
  59.     selected.<br />
  60.   </li>
  61.   <li>To select an entire word, double-click on any character of a word.<br />
  62.   </li>
  63.   <li>To select a whole element such as a list item, click its bullet or
  64.     number.<br />
  65.   </li>
  66.   <li>To extend the selection, click with the left mouse button while holding
  67.     down the <code>Shift</code> key.</li>
  68.   <li>To select a structure element, click within the element you want and
  69.     then select the desired structure level via the keyboard as described
  70.     below</li>
  71. </ul>
  72.  
  73. <h2>Selecting from the keyboard</h2>
  74. <ul>
  75.   <li>To select structure elements using the keyboard: 
  76.     <ul>
  77.       <li>Press the <code>Esc</code> key on Unix/Mac or the <code>F2</code>
  78.         key on Windows to select the parent element in the document
  79.         structure. Press the key several times to select containers (and
  80.         everything in them) up the structure towards the root.</li>
  81.       <li>Press <code>Control -</code> (minus key) to select a child
  82.       element.</li>
  83.       <li>Press <code>Control k</code> to select the next element at the same
  84.         level, or at the level of the parent element if there is no next or
  85.         previous child of the current level.</li>
  86.       <li>Press <code>Control j</code> to select the previous element at the
  87.         same level, or at the level of the parent element if there is no
  88.         previous child of the current level.</li>
  89.     </ul>
  90.   </li>
  91.   <li>To move the insertion point in the four directions, use the four arrow
  92.     keys (<code>Left</code>, <code>Right</code>, <code>Up</code>, and
  93.     <code>Down</code>). If there is no visible selection in the document
  94.     window, Amaya generates a new selection at the top left corner of the
  95.     window.<br />
  96.   </li>
  97.   <li>To extend the current selection in one of these directions, hold down
  98.     the <code>Shift</code> key while pressing the four arrow keys
  99.     (<code>Shift-Left</code>, <code>Shift-Right</code>,
  100.     <code>Shift-Up</code>, and <code>Shift-Down</code>).<br />
  101.   </li>
  102.   <li>To move the insertion point to the beginning of the line, press the
  103.     <code>Home</code> key.<br />
  104.   </li>
  105.   <li>To move the insertion point to the end of the line, press the
  106.     <code>End</code> Key.<br />
  107.   </li>
  108.   <li>To extend the current selection to the current word, press
  109.     <code>Alt-Enter</code>. If the selection is within a link,
  110.     <code>Alt-Enter</code> will activate the link instead of selecting the
  111.     current word.<br />
  112.   </li>
  113.   <li>To move the current selection to the beginning of the previous word,
  114.     press <code>Control-Left</code>.<br />
  115.   </li>
  116.   <li>To move the current selection to the beginning of the next word, press
  117.     <code>Control-Right</code>.<br />
  118.   </li>
  119.   <li>To extend the current selection to the beginning of the previous word,
  120.     press <code>Shift-Control-Left</code>.<br />
  121.   </li>
  122.   <li>To extend the current selection to the end of the next word, press
  123.     <code>Shift-Control-Right</code>.<br />
  124.   </li>
  125.   <li>To scroll the document one line up, press <code>Control-Up</code>.<br />
  126.   </li>
  127.   <li>To scroll the document one line down, press
  128.     <code>Control-Down</code>.<br />
  129.   </li>
  130.   <li>To scroll to the beginning of the document, press
  131.     <code>Control-Home</code>.<br />
  132.   </li>
  133.   <li>To scroll to the end of the document, press
  134.   <code>Control-End</code>.</li>
  135. </ul>
  136.  
  137. <p>You can also select elements using the Structure view or select images.</p>
  138. </div>
  139. </body>
  140. </html>
  141.